type crypto/sha1.digest

17 uses

	crypto/sha1 (current package)
		sha1.go#L39: type digest struct {
		sha1.go#L51: func (d *digest) MarshalBinary() ([]byte, error) {
		sha1.go#L65: func (d *digest) UnmarshalBinary(b []byte) error {
		sha1.go#L92: func (d *digest) Reset() {
		sha1.go#L109: 	d := new(digest)
		sha1.go#L114: func (d *digest) Size() int { return Size }
		sha1.go#L116: func (d *digest) BlockSize() int { return BlockSize }
		sha1.go#L118: func (d *digest) Write(p []byte) (nn int, err error) {
		sha1.go#L142: func (d *digest) Sum(in []byte) []byte {
		sha1.go#L150: func (d *digest) checkSum() [Size]byte {
		sha1.go#L184: func (d *digest) ConstantTimeSum(in []byte) []byte {
		sha1.go#L190: func (d *digest) constSum() [Size]byte {
		sha1.go#L256: 	var d digest
		sha1block.go#L20: func blockGeneric(dig *digest, p []byte) {
		sha1block_amd64.go#L12: func blockAVX2(dig *digest, p []byte)
		sha1block_amd64.go#L15: func blockAMD64(dig *digest, p []byte)
		sha1block_amd64.go#L19: func block(dig *digest, p []byte) {